Welcome![Sign In][Sign Up]
Location:
Search - foreground background image matlab

Search list

[Special Effectsadaptivethresholdandtestprogram

Description: 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold process, the field of image segmentation is a difficult problem to deal with the direction of the effect of the method was not bad An adaptive thresholding algorithm that seperates the background with nonuniform illumination. Foreground from the background with nonuniform illumination.
Platform: | Size: 147456 | Author: yemaoqiu | Hits:

[Special Effectsgrowcut

Description: 可实现与graph-cuts算法相似的图像分割效果. 他借用了生物形态学知识,将每一个像素视为一个细胞,这些细胞可能是前景,背景,或其他。这些细胞依据其灰度竞争获得生长,由此获得分割。-This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each image pixel is a "cell" of a certain type. These cells can be foreground, background, undefined, or others. As the algorithm proceeds, these cells compete to dominate the image domain. The ability of the cells to spread is related to the image pixel intensity
Platform: | Size: 94208 | Author: panghuanzhi | Hits:

[Special EffectsAmattingsoftware

Description: 是一个实用的抠图软件,软件很小,对图像的前景和背景分离效果很好-Matting is a practical software, software is very small, the image foreground and background separation worked well
Platform: | Size: 4884480 | Author: 冯夏日 | Hits:

[Special Effectsotsu-method

Description: 两次利用大津法对图像进行分割,将前景与背景,白色区与背景分割开,并二值化。-Otsu method twice using image segmentation, the foreground and background, white background area and separate, and binary.
Platform: | Size: 2048 | Author: budongwei | Hits:

[matlabBackgroundSubtractionReview-Piccardi

Description: given a frame sequence from a fixed camera, detecting all the foreground objects : the detection of the foreground objects is obtained by the difference between the current frame and an image of the scene’s static background
Platform: | Size: 281600 | Author: sonda | Hits:

[Special EffectsBinaryzation

Description: 迭代法是基于逼近的思想,逼近的目标是使得:前景和背景的平均灰度值的平均值即为阈值。该方法的原理是:如果用某一阈值分割出的图像,其两部分平均值的中值,正好等于该阈值,那么这个阈值就是所求的阈值。-Iterative method is based on the approximation of the idea of ​ ​ approaching the goal is to make: the foreground and background is the average of the average gray value threshold. The principle is: if a threshold image segmentation, the average value of two parts, exactly equal to the threshold, then the threshold is the threshold requirements.
Platform: | Size: 14336 | Author: 坏蛋 | Hits:

[Special Effectsfeather

Description: 用于图像边缘的羽化操作。假设有两幅图像,一幅是前景,一幅是背景。源代码为matlab,是将前景图像的边缘向背景过渡的操作。-Feathering operation for image edge. Suppose there are two images, one is the foreground, a background. The source code for matlab, is a transitional operation of the edges of the image of the foreground to the background.
Platform: | Size: 204800 | Author: mechess | Hits:

[Special Effectspicture--chasing

Description: 背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。 这两种算法为处理图像跟踪的基本方法 -Background modeling and foreground segmentation the extracted moving vehicles. Pro associated output and the target locus. Target tracking matlab program MeanShift movement. Interception tracking the target matrix rect strike a tracking target weighted histogram hist1 3. Reads a video sequence, randomly take a with the rect large rectangular, calculate the weighted histogram hist2. 4. Calculate both the proportion of function, if the latter gap is too large to update the new center of the matrix Y conducted the iteration (MeanShift is a variable step size can be rapidly approaching the peak of the probability density) until certain conditions to stop. The basic method of these two algorithms for processing the image tracking
Platform: | Size: 240640 | Author: l刘翔 | Hits:

[Special Effectskoutu

Description: 本程序基于matlab,能够实现对视频中图像进行抠图,并能将提取出的前景图像合成到新的背景上。-Matting, and can extract the foreground image is synthesized into a new background video image.
Platform: | Size: 44190720 | Author: zhuzhiling | Hits:

[Special EffectsMatlab-matting-code

Description: 显示图像后,单击鼠标左键连出完全背景区域,双击左键结束; 图像改变后,再单击鼠标左键连出完全前景区域,双击左键结束。即可得到结果 -Display the image, click the left mouse button to even out completely the background area, double-click the left end images after the change, and then click the left mouse button even a completely foreground area, double-click the left button ending. The results can be obtained
Platform: | Size: 15360 | Author: taz | Hits:

[Special EffectsSegmentation

Description: 基于直方图的自适应阈值法实现分割图像前景与背景,matlab编写,包含测试图像和实验报告-Foreground and background to achieve image segmentation histogram-based adaptive threshold method, matlab prepared, containing the test images and test reports
Platform: | Size: 55296 | Author: woody | Hits:

[Special Effectsmatlab-code

Description: backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsubtractionGUI.m The basic GUI interface settings of background subtraction method diedaierzhihua.m Iterative method for image segmentation binary foreground.m Construction background subtraction method foreground figure mianhuizhi.m 3D faces ct, mri image rendering method rotate3d.m ct, mri surface rendering and image rotation video2image.m From the video batch intercept multiple images weicaise.m Pseudo-color image processing
Platform: | Size: 8192 | Author: 本田透 | Hits:

[GDI-Bitmapmixture_of_gaussians

Description: 计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行后续处理。此次课题的完成采用的是比较常见的数学软件matlab,其具有强大的工具箱。对处理图像这块具有很广泛的支持。-Computer vision and video image processing is one of important research in the field of video moving object detection, whether in the domains of pattern recognition and image understanding has special significance. Moving target detection is to extract video moving object in successive frames, the image is divided into foreground and background. Moving target detection algorithm for subsequent movement target classification, target tracking and analysis provides the basis. This paper tells the story of several common video moving object detection algorithm, and to the study on the background difference method, through the two methods to contrast the characteristics of the finite difference method. The background difference method algorithm is the main process is: the video capture, video into image sequence and image grayscale processing, remove noise, difference image, for subsequent processing images. The completion of this subject is the more common mathematical software matlab, whi
Platform: | Size: 2048 | Author: wan | Hits:

[Special Effectsfangxiangfenge1

Description: 实现图像分割功能的matlab程序,有效分离指纹前景和背景,方便下面的操作-Image segmentation function of the matlab program, effective separation of the foreground and background, to facilitate the following operations
Platform: | Size: 1024 | Author: 猪头 | Hits:

[matlabCvBSLibGMM

Description: My implementation of Stauffer & Grimson's GMM(Background subtraction Drawbacks of Stauffer & Grimson's GMM Since its pixel based model fitting, a) lots of unwanted small blobs are scattered all over the frame. e.g. UCSD demo b) main blobs aren't completely foreground. e.g. CVC, Barcelona Univ demo)
Platform: | Size: 26624 | Author: hamed tirandaz | Hits:

[Otherhsv_ViBe

Description: ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少,图像特征提取,(ViBe is a pixel level video background modeling or foreground detection algorithm is better than several well-known algorithms, hardware memory footprint, image feature extraction)
Platform: | Size: 4096 | Author: 蟾宫折桂007 | Hits:

[matlaba01

Description: 利用ML算法对训练集进行学习,利用多维高斯进行判断后对输入图片进行前景后景判断(The training set for learning to use ML algorithm to judge on the input image foreground & background)
Platform: | Size: 1024 | Author: shakeyyy | Hits:

[matlabw1_main

Description: 实现图像的前景与背景分割,设定三个不同阈值,直接观察分割结果或者利用统计直方图,得到一个自适应的阈值,再观察实验结果;(Segmentation of foreground and background of image, threshold segmentation method)
Platform: | Size: 1024 | Author: 也许那一瞬间 | Hits:

[Special EffectsRPCA.txt

Description: 低秩矩阵恢复代码,MATLAB语言实现,应用于图像前景和背景相分离。(Low rank matrix recovery code, implemented in MATLAB language, is applied to image foreground and background separation.)
Platform: | Size: 1024 | Author: varden | Hits:

[Special Effects图像融合+源代码+matlab

Description: 将前景与背景的图像融合,程序有效,图像为彩色合成,另附其他融合算法(The fusion of foreground and background images is effective, and the image is color synthesis.)
Platform: | Size: 599040 | Author: Jiangdaniel | Hits:
« 12 »

CodeBus www.codebus.net